Package edu.uky.ai.lp

Contains classes for representing, playing, and displaying a game of "Hunt the Wumpus".
  • Class Summary 
    Class Description
    Game
    Represents the current state of a game of "Hunt the Wumpus."
    Main
    Starts a new game of "Hunt the Wumpus".
    Result
    Describes the result of a single action taken by the player, including any new information gained.
    Settings
    Settings for the game.
  • Enum Summary 
    Enum Description
    Action
    Represents each of the possible actions an agent can take in the Wumpus World.